home *** CD-ROM | disk | FTP | other *** search
/ Introducing the New Way to Shop From Home / Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso / pc / closing.dxr / Internal_400.ls < prev    next >
Encoding:
Text File  |  2003-01-21  |  258 b   |  23 lines

  1. on startMovie
  2.   global MacOn
  3.   if MacOn = 1 then
  4.     nothing()
  5.   else
  6.     set the exitLock to 1
  7.     startQuitMsg()
  8.   end if
  9. end
  10.  
  11. on quitMsg
  12.   nothing()
  13. end
  14.  
  15. on stopMovie
  16.   global MacOn
  17.   if MacOn = 1 then
  18.     nothing()
  19.   else
  20.     closeQuitMsg()
  21.   end if
  22. end
  23.